CHECK FOR UNDERSTANDING: Here are a few questions for you to check what you've learned!

  • Click Run and watch the stage.
  • Use the code in the editor to answer the multiple choice questions.
  • Click Submit and Next to move on.

To navigate the page using the TAB key, first press ESC to exit the code editor.

def moon(): stage.set_background("moon") sprite = codesters.Sprite("rocket") sprite.say("3 - 2 - 1...") stage.wait(1) sprite.say("... blast off!") sprite.move_up(550) moon()
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)